home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Cosmic Defender.swf / scripts / DefineSprite_343 / frame_25 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  119 b   |  10 lines

  1. if(counter == _root.max_astronauts - 2)
  2. {
  3.    gotoAndStop(26);
  4. }
  5. else
  6. {
  7.    counter += 1;
  8.    gotoAndPlay(20);
  9. }
  10.